projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66669e0
)
shortcutswindow: Stop setting type hints
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 6 Mar 2020 20:55:28 +0000
(12:55 -0800)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 11 Mar 2020 23:36:04 +0000
(19:36 -0400)
gtk/gtkshortcutswindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkshortcutswindow.c
b/gtk/gtkshortcutswindow.c
index bfeb4346d322af12ad5014c1bdef74880fa0ca17..292b1171bee38f05cca40155a52311ccdb2965a4 100644
(file)
--- a/
gtk/gtkshortcutswindow.c
+++ b/
gtk/gtkshortcutswindow.c
@@
-875,7
+875,6
@@
gtk_shortcuts_window_init (GtkShortcutsWindow *self)
PangoAttrList *attributes;
gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
- gtk_window_set_type_hint (GTK_WINDOW (self), GDK_SURFACE_TYPE_HINT_DIALOG);
priv->keywords = g_hash_table_new_full (NULL, NULL, NULL, g_free);
priv->search_items_hash = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);